projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63f12f
)
(abort): Don't redefine on MSDOS.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 8 Apr 1998 06:50:51 +0000
(06:50 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 8 Apr 1998 06:50:51 +0000
(06:50 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index e9fb22f7c07b913a4af7aff7d69acb9a516f104a..11a77e0890d44cd66bbe0ab86dcce4845c7d229f 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-258,13
+258,16
@@
memory_warning_signal (sig)
#endif
/* We define abort, rather than using it from the library,
- so that GDB can return from a breakpoint here. */
+ so that GDB can return from a breakpoint here.
+ MSDOS has its own definition on msdos.c */
+#ifndef MSDOS
void
abort ()
{
kill (getpid (), SIGABRT);
}
+#endif
\f
/* Code for dealing with Lisp access to the Unix command line */